home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / commdlg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.4 KB  |  117 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'CommDlg.pas' rev: 3.00
  6.  
  7. #ifndef CommDlgHPP
  8. #define CommDlgHPP
  9. #include <Messages.hpp>
  10. #include <Windows.hpp>
  11. #include <SysInit.hpp>
  12. #include <System.hpp>
  13.  
  14. //-- user supplied -----------------------------------------------------------
  15. #include <commdlg.h>
  16.  
  17. namespace Commdlg
  18. {
  19. //-- type declarations -------------------------------------------------------
  20. typedef tagOFNA *POpenFilenameA;
  21.  
  22. typedef tagOFNW *POpenFilenameW;
  23.  
  24. typedef tagOFNA *POpenFilename;
  25.  
  26. typedef tagOFNA  TOpenFilenameA;
  27.  
  28. typedef tagOFNW  TOpenFilenameW;
  29.  
  30. typedef tagOFNA  TOpenFilename;
  31.  
  32. typedef _OFNOTIFYA *POFNotifyA;
  33.  
  34. typedef _OFNOTIFYW *POFNotifyW;
  35.  
  36. typedef _OFNOTIFYA *POFNotify;
  37.  
  38. typedef _OFNOTIFYA  TOFNotifyA;
  39.  
  40. typedef _OFNOTIFYW  TOFNotifyW;
  41.  
  42. typedef _OFNOTIFYA  TOFNotify;
  43.  
  44. typedef tagCHOOSECOLORA *PChooseColorA;
  45.  
  46. typedef tagCHOOSECOLORW *PChooseColorW;
  47.  
  48. typedef tagCHOOSECOLORA *PChooseColor;
  49.  
  50. typedef tagCHOOSECOLORA  TChooseColorA;
  51.  
  52. typedef tagCHOOSECOLORW  TChooseColorW;
  53.  
  54. typedef tagCHOOSECOLORA  TChooseColor;
  55.  
  56. typedef tagFINDREPLACEA *PFindReplaceA;
  57.  
  58. typedef tagFINDREPLACEW *PFindReplaceW;
  59.  
  60. typedef tagFINDREPLACEA *PFindReplace;
  61.  
  62. typedef tagFINDREPLACEA  TFindReplaceA;
  63.  
  64. typedef tagFINDREPLACEW  TFindReplaceW;
  65.  
  66. typedef tagFINDREPLACEA  TFindReplace;
  67.  
  68. typedef tagCHOOSEFONTA *PChooseFontA;
  69.  
  70. typedef tagCHOOSEFONTW *PChooseFontW;
  71.  
  72. typedef tagCHOOSEFONTA *PChooseFont;
  73.  
  74. typedef tagCHOOSEFONTA  TChooseFontA;
  75.  
  76. typedef tagCHOOSEFONTW  TChooseFontW;
  77.  
  78. typedef tagCHOOSEFONTA  TChooseFont;
  79.  
  80. typedef tagPDA *PPrintDlgA;
  81.  
  82. typedef tagPDW *PPrintDlgW;
  83.  
  84. typedef tagPDA *PPrintDlg;
  85.  
  86. typedef tagPDA  TPrintDlgA;
  87.  
  88. typedef tagPDW  TPrintDlgW;
  89.  
  90. typedef tagPDA  TPrintDlg;
  91.  
  92. typedef tagDEVNAMES *PDevNames;
  93.  
  94. typedef tagDEVNAMES  TDevNames;
  95.  
  96. typedef tagPSDA *PPageSetupDlgA;
  97.  
  98. typedef tagPSDW *PPageSetupDlgW;
  99.  
  100. typedef tagPSDA *PPageSetupDlg;
  101.  
  102. typedef tagPSDA  TPageSetupDlgA;
  103.  
  104. typedef tagPSDW  TPageSetupDlgW;
  105.  
  106. typedef tagPSDA  TPageSetupDlg;
  107.  
  108. //-- var, const, procedure ---------------------------------------------------
  109. #define FR_ENABLETEMPLATEHandle (Word)(8192)
  110.  
  111. }    /* namespace Commdlg */
  112. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  113. using namespace Commdlg;
  114. #endif
  115. //-- end unit ----------------------------------------------------------------
  116. #endif    // CommDlg
  117.